Timeout should be added to graph generation
Reported by Aurelien Botman | January 26th, 2010 @ 08:18 PM | in 0.5.2
Sometimes the graph takes a long time to generate because the backend has descended into recursive loops (= crashed) so the frontend should (1) terminate the backend and (2) inform the user.
Comments and changes to this ticket
-

Aurelien Botman January 26th, 2010 @ 08:20 PM
- → Tag set to frontend
-

Aurelien Botman February 1st, 2010 @ 09:26 PM
- → Milestone changed from 0.5 to 0.5.1
-

Aurelien Botman February 27th, 2010 @ 07:35 PM
- → Milestone changed from 0.5.1 to 0.5.2
See ticket #7 -- that approach will help with this issue. We'd still need to implement a timer system to check when "enough" time has elapsed to call it a crash.
-

Aurelien Botman February 28th, 2010 @ 01:07 PM
- → State changed from open to resolved
Implemented in 0.5.1.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
This is the bug reporting and support system for tilige.com.
People watching this ticket
Tags
Referenced by
-
#7 fix random crashes
We could modify the backend to output errors back to the
...